home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 107 / c / cspiff.man < prev    next >
Encoding:
Text File  |  1987-02-20  |  1.5 KB  |  46 lines

  1.  
  2. CSPIFF                  ST Programmer's Manual                  CSPIFF
  3.  
  4. NAME
  5.      cspiff - Improve appearance of C source files
  6.  
  7. SYNOPSIS
  8.      cspiff [-i file -l int -r int -o file -t int]
  9.  
  10. DESCRIPTION
  11.      cspiff reads a C source file, and writes a file with the same
  12.      information in a more columnar format. Defaults are to read stdin,
  13.      and write stdout.
  14.  
  15. -i   The -i option may be used to specify an input file name. There
  16.      may or may not be one or more spaces between the -i and the name
  17.      of the file.
  18.  
  19. -l   The -l option may be used to set the column to which the left
  20.      edge of trailing comments are aligned. Default is column 40.
  21.  
  22. -r   The -r option may be used to set the column to which the right
  23.      edge of trailing comments are aligned. Default is column 78.
  24.  
  25. -o   The -o option may be used to specify an output file name. There
  26.      may or may not be one or more spaces between the -o and the name
  27.      of the file.
  28.  
  29. -t   The -t option may be used to set the indentation (tab) spacing.
  30.      Each encountered indentation of a code line will be revised to a
  31.      new indentation equal to the number of spaces specified by the
  32.      -t option. Default is 2 spaces.
  33.  
  34.      If there is an argument on the command line, and no option flags,
  35.      the argument is assumed to be an input file name.
  36.  
  37. BUGS
  38.      None known.
  39.  
  40. AUTHOR
  41.      George R. Woodside           PPN 76537,1342
  42.      5219 San Feliciano Drive
  43.      Woodland Hills, Ca. 91364
  44.  
  45. Printed 01/22/87                                                1
  46.